Kristian Rietveld [Sun, 24 Sep 2006 17:12:00 +0000 (17:12 +0000)]
actually add align-set property to the API (left-over patch from #157439).
2006-09-24 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
(gtk_cell_renderer_text_[sg]et_property): actually add align-set
property to the API (left-over patch from #157439).
Kristian Rietveld [Sun, 24 Sep 2006 17:03:45 +0000 (17:03 +0000)]
draw the indicator if the column has a sort column id (and the model is
2006-09-24 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button): draw
the indicator if the column has a sort column id (and the model is
sortable) or if the user explicitly requested the indicator
to be shown. (Fixes #352738, Chris Vine).
Pablo Saratxaga [Sat, 23 Sep 2006 14:28:09 +0000 (14:28 +0000)]
updated Walloon file; fixed default:LTR translations
Tor Lillqvist [Sat, 23 Sep 2006 07:32:54 +0000 (07:32 +0000)]
Use EXEEXT.
2006-09-23 Tor Lillqvist <tml@novell.com>
* gtk/Makefile.am: Use EXEEXT.
Michael Natterer [Fri, 22 Sep 2006 20:47:23 +0000 (20:47 +0000)]
also copy icon factories and color hashes. Fixes bug #357132.
2006-09-22 Michael Natterer <mitch@imendio.com>
* gtk/gtkstyle.c (gtk_style_real_copy): also copy icon factories
and color hashes. Fixes bug #357132.
Matthias Clasen [Fri, 22 Sep 2006 17:48:57 +0000 (17:48 +0000)]
make it build
Matthias Clasen [Fri, 22 Sep 2006 16:36:51 +0000 (16:36 +0000)]
forgotten file
Matthias Clasen [Fri, 22 Sep 2006 16:32:49 +0000 (16:32 +0000)]
fix a typo
Matthias Clasen [Fri, 22 Sep 2006 16:11:04 +0000 (16:11 +0000)]
Make remote bookmarks work better (#354887)
2006-09-22 Matthias Clasen <mclasen@redhat.com>
Make remote bookmarks work better (#354887)
* gtk/gtkfilechooserdefault.c (shortcuts_reload_icons):
(shortcuts_insert_path):
* gtk/gtkfilechooserbutton.c (change_icon_theme):
(model_add_bookmarks):
(model_update_current_folder):
(update_label_and_image):
If the bookmark points to a remote file, don't call get_info(),
since that may a) take a long time and b) pop up an auth dialog.
Instead, just use a folder icon and create a display name
from the uri.
* gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_uri):
New function to create a suitable display name for a remote
uri. This should really be done in GtkFileSystem.
Michael Natterer [Thu, 21 Sep 2006 17:05:33 +0000 (17:05 +0000)]
Implement lots of value setters for GdkGC, based on a heavily modified
2006-09-21 Michael Natterer <mitch@imendio.com>
Implement lots of value setters for GdkGC, based on a heavily
modified patch from Thomas Broyer (bug #328853):
* gdk/quartz/gdkcolor-quartz.c: removed functions which set colors
on the CGContext. Instead, added gdk_quartz_get_rgba_from_pixel()
which simply returns RGBA values from a GdkColor's pixel value.
See gdk_quartz_update_context_from_gc() below.
* gdk/quartz/gdkprivate-quartz.h (struct GdkGCQuartz): added lots
of members for the newly suppored GC values. Added enum
GdkQuartzContextValuesMask which is used for setting up the
CGContext for filling and/or stroking.
* gdk/quartz/gdkgc-quartz.c (gdk_quartz_gc_get_values)
(gdk_quartz_gc_set_values)
(_gdk_windowing_gc_copy): support a lot more GC values.
(gdk_quartz_update_context_from_gc): added
GdkQuartzContextValuesMask parameter and set filling/stroking
parameters accordingly. This function also gained full control
over the FG and BG colors (they can't be set separately any more).
The stipple mask part of the patch doesn't work but seems to take
the right approach and doesn't make things worse, so I applied it.
Did *not* apply the clipping part of the patch since I don't
understand it (I don't understand the version in CVS either, but
it at least works :-)
* gdk/quartz/gdkdrawable-quartz.c: pass the right masks to
gdk_quartz_update_context_from_gc() and removed separate color
setting calls. Some minor fixes.
* gdk/quartz/gdkwindow-quartz.c
(gdk_window_impl_quartz_begin_paint_region): set the CGContext's
fill color manually. We don't have/need a GC here.
Priit Laes [Thu, 21 Sep 2006 16:31:11 +0000 (16:31 +0000)]
Translation updated by Ivar Smolin.
2006-09-21 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
Michael Natterer [Thu, 21 Sep 2006 11:19:25 +0000 (11:19 +0000)]
fix cast: it's drawable_impl->wrapper that is the GdkWindow, not the
2006-09-21 Michael Natterer <mitch@imendio.com>
* gdk/quartz/gdkwindow-quartz.c
(gdk_window_impl_quartz_begin_paint_region): fix cast: it's
drawable_impl->wrapper that is the GdkWindow, not the
drawable_impl itself.
Francisco Javier F. Serrador [Wed, 20 Sep 2006 20:19:43 +0000 (20:19 +0000)]
Updated Spanish translation.
2006-09-20 Francisco Javier F. Serrador <serrador@openshine.com>
* es.po: Updated Spanish translation.
Behnam Esfahbod [Wed, 20 Sep 2006 17:47:28 +0000 (17:47 +0000)]
just check the first shift-level of keyboard layout for RTL and LTR
2006-09-20 Behnam Esfahbod <behnam@zwnj.org>
* gdk/x11/gdkkeys-x11.c:
(get_direction): just check the first shift-level of keyboard
layout for RTL and LTR keysyms() (compliment to #116626)
Tim Janik [Wed, 20 Sep 2006 15:02:01 +0000 (15:02 +0000)]
always update the bin_window position and size in size_allocate, even if
Wed Sep 20 16:59:38 2006 Tim Janik <timj@imendio.com>
* gtk/gtkviewport.c: always update the bin_window position and size
in size_allocate, even if we don't have a visible child. this fixes
expose artefacts as described in #313508.
* gtk/gtkscrolledwindow.c: make hiding of automatic scrollbars when we
have no visible child explicit.
Ryan Lortie [Tue, 19 Sep 2006 16:37:41 +0000 (16:37 +0000)]
Bug 355343. Add a GdkPangoAttrEmbossColor.
2006-09-19 Ryan Lortie <desrt@desrt.ca>
* docs/reference/gdk/gdk-sections.txt:
* gdk/gdk.symbols:
* gdk/gdkpango.h:
* gdk/gdkpango.c: Bug 355343. Add a GdkPangoAttrEmbossColor.
(gdk_pango_layout_get_clip_region): Remove an unused variable.
(gdk_pango_attr_embossed_new): Fix documentation.
Tim Janik [Tue, 19 Sep 2006 15:51:19 +0000 (15:51 +0000)]
added GtkArrow::arrow-scaling style property to control the arrow/border
Tue Sep 19 17:00:04 2006 Tim Janik <timj@imendio.com>
* gtk/gtkarrow.c: added GtkArrow::arrow-scaling style property to
control the arrow/border ratio within the allocation.
* tests/testgtk.c: added a GtkArrow to handle box test.
* tests/testgtkrc: test ::arrow-scaling property.
Matthias Clasen [Tue, 19 Sep 2006 14:18:18 +0000 (14:18 +0000)]
Display an error when we come to the root.
2006-09-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
Display an error when we come to the root.
Priit Laes [Mon, 18 Sep 2006 05:25:57 +0000 (05:25 +0000)]
Translation updated by Ivar Smolin.
2006-09-18 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
Matthias Clasen [Sun, 17 Sep 2006 04:20:43 +0000 (04:20 +0000)]
Use bookmark labels in the combobox.
2006-09-17 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c: Use bookmark labels in
the combobox.
Matthias Clasen [Sun, 17 Sep 2006 03:34:17 +0000 (03:34 +0000)]
Don't add remote volumes and bookmarks to the model in local-only mode, to
2006-09-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c: Don't add remote volumes and
bookmarks to the model in local-only mode, to avoid
authentication dialogs pop up for invisible bookmarks, and
to fix issues with separators not being hidden when
they should. (#354887, Dennis Cranston)
Matthias Clasen [Sat, 16 Sep 2006 05:11:08 +0000 (05:11 +0000)]
Unref the treeview use in list mode. (#355732, Richard Hult)
2006-09-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the
treeview use in list mode. (#355732, Richard Hult)
Matthias Clasen [Sat, 16 Sep 2006 04:51:33 +0000 (04:51 +0000)]
Explain ellipsization
Matthias Clasen [Sat, 16 Sep 2006 04:40:50 +0000 (04:40 +0000)]
Send change notification for the right property. (#355308, Torsten
2006-09-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Send
change notification for the right property. (#355308,
Torsten Schoenfeld)
Michael Natterer [Fri, 15 Sep 2006 12:51:58 +0000 (12:51 +0000)]
refactored column header navigation/resizing/reordering to be more
2006-09-15 Michael Natterer <mitch@imendio.com>
* gtk/gtktreeview.c (gtk_tree_view_key_press): refactored column
header navigation/resizing/reordering to be more readable and lose
one level of nesting.
Kristian Rietveld [Fri, 15 Sep 2006 11:22:03 +0000 (11:22 +0000)]
actually directly return after handling column button focus; we disable
2006-09-15 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeview.c (gtk_tree_view_key_press): actually directly
return after handling column button focus; we disable wrap around
with this (which actually happened via a really weird code path).
(Michael Natterer)
Kristian Rietveld [Fri, 15 Sep 2006 10:14:29 +0000 (10:14 +0000)]
make column resizing code RTL aware, also break from the loops after we
2006-09-15 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeview.c (gtk_tree_view_key_press): make column resizing
code RTL aware, also break from the loops after we have seen the
focussed column button (Michael Natterer).
Ryan Lortie [Fri, 15 Sep 2006 01:32:34 +0000 (01:32 +0000)]
Bug 355343. Add a GdkPangoAttrEmbossColor.
2006-09-14 Ryan Lortie <desrt@desrt.ca>
* docs/reference/gdk/gdk-sections.txt:
* gdk/gdk.symbols:
* gdk/gdkpango.h:
* gdk/gdkpango.c: Bug 355343. Add a GdkPangoAttrEmbossColor.
(gdk_pango_layout_get_clip_region): Remove an unused variable.
(gdk_pango_attr_embossed_new): Fix documentation.
Francisco Javier F. Serrador [Thu, 14 Sep 2006 12:54:09 +0000 (12:54 +0000)]
Updated Spanish translation.
2006-09-14 Francisco Javier F. Serrador <serrador@openshine.com>
* es.po: Updated Spanish translation.
Tim Janik [Thu, 14 Sep 2006 10:31:40 +0000 (10:31 +0000)]
intialize random number generator state upon program start, to enable
Thu Sep 14 12:28:51 2006 Tim Janik <timj@imendio.com>
* tests/testrichtext.c (main): intialize random number generator state
upon program start, to enable truely random testing.
Kostas Papadimas [Thu, 14 Sep 2006 06:50:54 +0000 (06:50 +0000)]
Updated Greek translation
Raivis Dejus [Thu, 14 Sep 2006 06:45:50 +0000 (06:45 +0000)]
Updated Latvian translation.
2006-09-14 Raivis Dejus <orvils@gmail.com>
* lv.po: Updated Latvian translation.
Ankitkumar Rameshchandra Patel [Thu, 14 Sep 2006 05:57:22 +0000 (05:57 +0000)]
Fixed gu-IN translation errors
Alexander Shopov [Thu, 14 Sep 2006 05:17:40 +0000 (05:17 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2006-09-14 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
Michael David Emmel [Thu, 14 Sep 2006 02:56:20 +0000 (02:56 +0000)]
/tmp/cvsX7MHVx
Michael David Emmel [Thu, 14 Sep 2006 02:56:01 +0000 (02:56 +0000)]
gdk/directfb/gdkcolor-directfb.c small clean ups include order
gdk/directfb/gdkwindow-directfb.c fixed beep compile error
gdk/directfb/Makefile.am removed GDK_PIXBUF_DISABLE_DEPRECATED
GDK_DISABLE_DEPRECATED to allow compile per Behdad
gdk/quartz/Makefile.am same change as directfb Makefile
gtk/Makefile.am fixed typo that cause socket stubs not to compile
Guntupalli Karunakar [Wed, 13 Sep 2006 22:09:23 +0000 (22:09 +0000)]
Remove junk from PO file
Guntupalli Karunakar [Wed, 13 Sep 2006 22:06:37 +0000 (22:06 +0000)]
Fix junk in PO file!!
Jovan Naumovski [Wed, 13 Sep 2006 21:21:25 +0000 (21:21 +0000)]
2006-09-13 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: fixed bad translation (bugid:355784)
Swapnil Hajare [Wed, 13 Sep 2006 17:44:43 +0000 (17:44 +0000)]
mr.po: fixed bad translation (bugid: 355823).
Matthias Clasen [Wed, 13 Sep 2006 17:23:14 +0000 (17:23 +0000)]
Fix the color picker with window groups
Nickolay V. Shmyrev [Wed, 13 Sep 2006 16:04:25 +0000 (16:04 +0000)]
Updated Russian translation.
2006-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation.
Guntupalli Karunakar [Wed, 13 Sep 2006 14:09:29 +0000 (14:09 +0000)]
Fixed translation bug - #355778
David Lodge [Wed, 13 Sep 2006 06:03:43 +0000 (06:03 +0000)]
Fixed bad context translations.
2006-09-13 David Lodge <dave@cirt.net>
* en_GB.po: Fixed bad context translations.
N Jayaradha [Wed, 13 Sep 2006 05:04:40 +0000 (05:04 +0000)]
jayaradhaa@gmail.com
Gintautas Miliauskas [Tue, 12 Sep 2006 19:14:00 +0000 (19:14 +0000)]
Updated Lithuanian translation
Dom Lachowicz [Tue, 12 Sep 2006 09:45:29 +0000 (09:45 +0000)]
Bug 340201
Tim Janik [Mon, 11 Sep 2006 12:24:32 +0000 (12:24 +0000)]
fixed compiler warnings.
Mon Sep 11 14:22:39 2006 Tim Janik <timj@imendio.com>
* tests/testgtk.c: fixed compiler warnings.
Matthias Clasen [Mon, 11 Sep 2006 02:39:26 +0000 (02:39 +0000)]
Request the display name too, otherwise "Desktop" does not appear in the
2006-09-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c (model_add_special): Request
the display name too, otherwise "Desktop" does not appear
in the file chooser button.
Tor Lillqvist [Sun, 10 Sep 2006 17:33:29 +0000 (17:33 +0000)]
gdk/win32/gdkprivate-win32.h gdk/win32/gdkmain-win32.c Define WINVER and
2006-09-10 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkmain-win32.c
* gdk/win32/gdkwindow-win32.c: Define WINVER and _WIN32_WINNT as
0x0500 in gdkprivate-win32.h instead of doing it in two source
files. (#355212, Mike Edenfield)
* gdk/win32/gdkwindow-win32.c: We can also remove the ersatz
GetAncestor() for the _MSC_VER && WINVER < 0x0500 case, I hope.
Ilkka Tuohela [Sun, 10 Sep 2006 08:13:41 +0000 (08:13 +0000)]
Updated Finnish translation
Matthias Clasen [Sun, 10 Sep 2006 06:39:16 +0000 (06:39 +0000)]
Commit a patch by Behdad to fix typos, omissions and other errors in the
2006-09-10 Matthias Clasen <mclasen@redhat.com>
* Commit a patch by Behdad to fix typos, omissions and other
errors in the symbol aliasing, and add checks for local PLT
entries. (#354687, Behdad Esfahbod)
Matthias Clasen [Sun, 10 Sep 2006 05:31:26 +0000 (05:31 +0000)]
Renew the flush timeout. (#354043, Nelson Benitez)
2006-09-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_search_scroll_event): Renew
the flush timeout. (#354043, Nelson Benitez)
Matthias Clasen [Sun, 10 Sep 2006 05:05:22 +0000 (05:05 +0000)]
Improve wording. String change! (#355126, David Lodge)
2006-09-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechoosersettings.c (set_unexpected_element_end_error):
Improve wording. String change! (#355126, David Lodge)
Matthias Clasen [Sun, 10 Sep 2006 05:01:32 +0000 (05:01 +0000)]
Improve wording. String change! (#355128, David Lodge)
2006-09-10 Matthias Clasen <mclasen@redhat.com>
* gtk/updateiconcache.c: Improve wording. String change! (#355128,
David Lodge)
Matthias Clasen [Sun, 10 Sep 2006 04:59:04 +0000 (04:59 +0000)]
Fix a typo. String change! (#355134, David Lodge)
2006-09-10 Matthias Clasen <mclasen@redhat.com>
* gtk/paper_names_offsets.c: Fix a typo. String change! (#355134,
David Lodge)
David Lodge [Sat, 9 Sep 2006 15:21:31 +0000 (15:21 +0000)]
Updated English (British) translation.
2006-09-09 David Lodge <dave@cirt.net>
* en_GB.po: Updated English (British) translation.
Matthias Clasen [Sat, 9 Sep 2006 05:31:07 +0000 (05:31 +0000)]
Fix small theoretical memory leaks. (#353916, Chris Wilson)
2006-09-09 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkfonts-x11.c: Fix small theoretical memory leaks.
(#353916, Chris Wilson)
Matthias Clasen [Sat, 9 Sep 2006 05:22:16 +0000 (05:22 +0000)]
Don't leak the to_reset list. (#353914, Chris Wilson)
2006-09-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtksettings.c (_gtk_settings_reset_rc_values):
Don't leak the to_reset list. (#353914, Chris Wilson)
Matthias Clasen [Sat, 9 Sep 2006 05:12:49 +0000 (05:12 +0000)]
Add docs for the parent-set signal. (#353772, Mariano Suárez-Alvarez)
2006-09-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c: Add docs for the parent-set signal.
(#353772, Mariano Suárez-Alvarez)
Matthias Clasen [Fri, 8 Sep 2006 20:02:45 +0000 (20:02 +0000)]
fix a sylpheed crash
Matthias Clasen [Fri, 8 Sep 2006 14:27:07 +0000 (14:27 +0000)]
bump version
Priit Laes [Fri, 8 Sep 2006 01:19:40 +0000 (01:19 +0000)]
Translation updated by Ivar Smolin.
2006-09-08 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
Behdad Esfahbod [Wed, 6 Sep 2006 20:28:13 +0000 (20:28 +0000)]
Update
Behdad Esfahbod [Wed, 6 Sep 2006 18:45:19 +0000 (18:45 +0000)]
Add.
Richard Hult [Wed, 6 Sep 2006 17:29:28 +0000 (17:29 +0000)]
Special-case shift-tab and map it to GDK_ISO_Left_Tab, fixes bug #350806.
2006-09-06 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Special-case
shift-tab and map it to GDK_ISO_Left_Tab, fixes bug #350806.
Josep Puigdemont i Casamajó [Wed, 6 Sep 2006 17:03:34 +0000 (17:03 +0000)]
Updated Catalan translation.
Matthias Clasen [Wed, 6 Sep 2006 13:38:25 +0000 (13:38 +0000)]
Fix the last change to actually compile.
Pawan Chitrakar [Wed, 6 Sep 2006 07:58:01 +0000 (07:58 +0000)]
Nepali Translation updated
Matthias Clasen [Wed, 6 Sep 2006 05:11:20 +0000 (05:11 +0000)]
Simplify and fix reading of ASCII images.
2006-09-06 Matthias Clasen <mclasen@redhat.com>
* io-pnm.c: Simplify and fix reading of ASCII images.
Ahmad Riza H Nst [Tue, 5 Sep 2006 09:08:10 +0000 (09:08 +0000)]
Updated.
2006-09-05 Ahmad Riza H Nst <rizahnst@eriagempita.co.id>
* id.po: Updated.
Kristian Rietveld [Mon, 4 Sep 2006 20:58:09 +0000 (20:58 +0000)]
fix typos.
Kristian Rietveld [Mon, 4 Sep 2006 20:09:08 +0000 (20:09 +0000)]
if setting the given folder failed, try setting the parent folder until we
2006-09-04 Kristian Rietveld <kris@imendio.com>
* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
if setting the given folder failed, try setting the parent folder
until we succeed; display an error box at the end.
Danilo Šegan [Mon, 4 Sep 2006 20:07:26 +0000 (20:07 +0000)]
Updated Serbian by Goran Rakić.
Kristian Rietveld [Mon, 4 Sep 2006 19:32:13 +0000 (19:32 +0000)]
don't cancel the operations spawned by buttons here,
2006-09-04 Kristian Rietveld <kris@imendio.com>
* gtk/gtkpathbar.c (gtk_path_bar_dispose): don't cancel the
operations spawned by buttons here,
(set_button_image_get_info_cb): bail out if button is NULL, but
do free button_data,
(button_data_free): only free the data is non NULL (since this
function can be called multiple times for the same data), cancel
handle is pending but don't free button_data in this case (will
happen in the callback).
Michael Natterer [Mon, 4 Sep 2006 11:43:30 +0000 (11:43 +0000)]
hy.po ja.po ka.po msgfmt 0.15 chokes on excess and broken plural forms,
2006-09-04 Michael Natterer <mitch@imendio.com>
* hy.po
* ja.po
* ka.po
* tr.po: msgfmt 0.15 chokes on excess and broken plural forms,
remove / fix them.
Michael Natterer [Mon, 4 Sep 2006 11:23:38 +0000 (11:23 +0000)]
serialize floating point values using locale-independent functions.
2006-09-04 Michael Natterer <mitch@imendio.com>
* gtk/gtkrc.c (rc_parse_token_or_compound)
(gtk_rc_parse_assignment): serialize floating point values using
locale-independent functions. (#346751, Frederic Crozat)
Mugurel Tudor [Mon, 4 Sep 2006 07:37:29 +0000 (07:37 +0000)]
Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro
2006-09-04 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation by
Mişu Moldovan <dumol@gnome.ro
Mugurel Tudor [Mon, 4 Sep 2006 07:32:00 +0000 (07:32 +0000)]
Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
2006-09-04 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation by
Mişu Moldovan <dumol@gnome.ro>
Lucas Rocha [Mon, 4 Sep 2006 04:18:50 +0000 (04:18 +0000)]
Updated Brazilian Portuguese translation by Leonardo Ferreira Fontenelle
2006-09-03 Lucas Rocha <lucasr@gnome.org>
* pt_BR.po: Updated Brazilian Portuguese translation
by Leonardo Ferreira Fontenelle <leo.fontenelle@gmail.com>
Tor Lillqvist [Sun, 3 Sep 2006 22:50:00 +0000 (22:50 +0000)]
gdk/win32/gdkevents-win32.c Use wide-char API for message and window
2006-09-04 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkevents-win32.c
* gdk/win32/gdkwindow-win32.c: Use wide-char API for message and
window handling (PeekMessage, PostMessage, SendMessage,
DispatchMessage, DefWindowProc, RegisterClassEx,
CreateWindowEx). (#321597)
Rahul Bhalerao [Sun, 3 Sep 2006 20:55:58 +0000 (20:55 +0000)]
Updated translation
Kristian Rietveld [Sun, 3 Sep 2006 20:47:54 +0000 (20:47 +0000)]
change file_exists_and_is_not_folder checks to get the file info for the
2006-09-03 Kristian Rietveld <kris@imendio.com>
* gtk/gtkfilechooserdefault.c (save_entry_get_info_cb),
(file_exists_get_info_cb), (gtk_file_chooser_default_should_respond):
change file_exists_and_is_not_folder checks to get the file info
for the path directly instead of querying the current file folder
of the save entry.
* gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault): add
new field.
* tests/autotestfilechooser.c (wait_for_idle_idle), (wait_for_idle),
(test_reload_sequence), (test_button_folder_states_for_action): wait
for idle after setting a folder to ensure the async operations to load
the folder are finished,
(test_confirm_overwrite), (test_confirm_overwrite_for_path):
factor out test_confirm_overwrite code so we can add tests for more
paths more easily.
Rahul Bhalerao [Sun, 3 Sep 2006 20:36:48 +0000 (20:36 +0000)]
Updated translation
Kwok-Koon Cheung [Sun, 3 Sep 2006 18:27:42 +0000 (18:27 +0000)]
Updated Chinese (Hong Kong) translation. Updated Chinese (Taiwan)
* zh_HK.po: Updated Chinese (Hong Kong) translation.
* zh_TW.po: Updated Chinese (Taiwan) translation.
Khandakar Mujahidul Islam [Sun, 3 Sep 2006 13:56:22 +0000 (13:56 +0000)]
Updated Bengali translation
Richard Hult [Sun, 3 Sep 2006 10:46:32 +0000 (10:46 +0000)]
Don't do anything if exposure isn't in the event mask, plug a leak, and
2006-09-03 Richard Hult <richard@imendio.com>
* gdk/quartz/GdkQuartzView.c (drawRect): Don't do anything if
exposure isn't in the event mask, plug a leak, and check that the
window isn't destroyed.
(isOpaque): Check that the window isn't destroyed, fixes bug
#353028.
Khandakar Mujahidul Islam [Sun, 3 Sep 2006 09:54:40 +0000 (09:54 +0000)]
Updated Bengali Translation
Matthias Clasen [Sun, 3 Sep 2006 06:08:20 +0000 (06:08 +0000)]
Fix a typo. (#354035, Mariano Suárez-Alvarez)
2006-09-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init): Fix a typo.
(#354035, Mariano Suárez-Alvarez)
Matthias Clasen [Sun, 3 Sep 2006 05:26:45 +0000 (05:26 +0000)]
Handle display_name being NULL. (#354004, Chris Wilson)
2006-09-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmain.c (post_parse_hook):
* gdk/gdk.c (gdk_init): Handle display_name being NULL.
(#354004, Chris Wilson)
Tor Lillqvist [Sat, 2 Sep 2006 21:42:42 +0000 (21:42 +0000)]
No GDK_WINDOW_DISPLAY in the Win32 backend.
2006-09-03 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkwindow-win32.c (gdk_window_beep): No
GDK_WINDOW_DISPLAY in the Win32 backend.
* gtk/gtkfilesystemwin32.c: Copy what Kris did to
gtkfilesystemunix.c
Kristian Rietveld [Sat, 2 Sep 2006 14:26:12 +0000 (14:26 +0000)]
First part of file chooser fixes.
2006-09-02 Kristian Rietveld <kris@imendio.com>
First part of file chooser fixes.
* gtk/gtkfilechooserbutton.c (model_add_special): also set the
handle in the model for the desktopdir case.
* gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder): free
volume in case we retrieved it but don't pass it on to insert_path,
(shortcuts_model_create): change the column type for the handles
to pointer instead of GObject so our handle ref counting is not
disturbed,
(show_and_select_paths_finished_loading): don't forget to unref
the dialog.
* gtk/gtkfilesystemunix.c (gtk_file_system_unix_class_init),
(gtk_file_system_unix_init), (gtk_file_system_unix_dispose):
remove pending execute_callbacks_idle during dispose, also
execute all callbacks waiting to be run in the next idle,
(queue_*callback), (execute_callbacks_idle): refactor to maintain
a list of callbacks to call per file system instead of globally,
guard the file system during callback invocation,
(gtk_file_system_unix_get_folder): only add load folder idle if
none has been added yet.
Subhransu Behera [Fri, 1 Sep 2006 22:21:47 +0000 (22:21 +0000)]
Updated Oriya Translation
Subhransu Behera [Fri, 1 Sep 2006 22:21:24 +0000 (22:21 +0000)]
Added Strings for Updated Oriya Translation
Priit Laes [Fri, 1 Sep 2006 21:09:12 +0000 (21:09 +0000)]
Translation updated by Ivar Smolin.
2006-09-02 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
Kwok-Koon Cheung [Fri, 1 Sep 2006 17:32:41 +0000 (17:32 +0000)]
Resurrected from gtk-2-4 branch.
* ang.po: Resurrected from gtk-2-4 branch.
Matthias Clasen [Fri, 1 Sep 2006 14:44:06 +0000 (14:44 +0000)]
Don't unnecessarily reset the im context when deleting the selection.
2006-09-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Don't unnecessarily reset the im context
when deleting the selection. (#353803, Alex Larsson)
Rahul Bhalerao [Fri, 1 Sep 2006 14:34:03 +0000 (14:34 +0000)]
Updated transaltion
Subhransu Behera [Fri, 1 Sep 2006 14:18:59 +0000 (14:18 +0000)]
Updated Oriya Translation
Subhransu Behera [Fri, 1 Sep 2006 14:17:53 +0000 (14:17 +0000)]
Added Oriya to The List of Languages